Available types
Platform support
ROCm and Vulkan backends are not actively maintained. See the main README for details.
When to use trellis quants
Trellis quants are the right choice when memory constraints are severe and other options do not fit:- Very large models (70B+) where even IQ2_K does not fit in available memory
- Situations where you need the smallest possible file at a given quality floor
- Deployments on hardware where 1–2 BPW is the only viable option
Tradeoffs vs IQK quants
Quantizing a model
--custom-q and --dry-run options available for IQK quants also work with trellis types. See the IQK quants page for usage details.